body{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }
  
  *{
      margin:0;
      padding:0;
      box-sizing: border-box;
  }

  /* Navigation bar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(246, 241, 229);
    padding: 15px;
}

.logo {
    font-size: 0; 
}

.logo img {
    max-height: 100px; 
}

.nav-links {
    list-style-type: none;
    display: flex;
}

.nav-item {
    margin-right: 20px;
}

.nav-link {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font: bold;
}

.nav-link:hover {
    color: rgb(156, 230, 156);
}

/* Search Bar and Cart Icon */
.nav-extras {
    display: flex;
    align-items: center; /* Align items horizontally */
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid lightgray;
    padding: 5px;
    border-radius: 20px;
}

.search-bar input[type="text"] {
    border: none;
    outline: none;
    padding: 5px;
    font-size: 14px;
}

/* Cart Icon */
.cart-icon {
    margin-left: 10px; 
}

.cart-img {
    max-height: 40px; 
    transition:1.0s ease-in-out;
}

.cart-img:hover {
    transform: scale(1.1);
}

  .dropdown-menu {
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: rgb(246, 241, 229);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
  }
  
  .dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .dropdown-item:hover{  
    color: #acf096;
  }
  
  
   /*footer styling*/

.container1{
    max-width: 1100px;
    margin: auto;
  }
  
  .row1{
    display: flex;
    flex-wrap: wrap;
  }
  
  .list{
    list-style: none;
  }
  
  .footer{
    background-color: #ac9a89;
    padding: 60px 0;
  }
  
  .footer-col{
    width: 25%;
    padding: 0 14px;
  }
  
  .footer-col h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
  }
  
  .footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: rgb(165, 215, 149);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  
  .footer-col ul li{
    margin-bottom: 10px;
  }
  
  .footer-col ul li a{
    font-size: 16px;
    font-weight: 300;
    color: #c0eac0;
    text-decoration: none;
    display: block;
    transition: all 0.5s ease;
  }
  
  .footer-col ul li a:hover{
    color: rgb(33, 119, 38);
    padding-left: 8px;
  }
  
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(19, 18, 18, 0.2);
    margin:0 10px 10px 0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color:#fff;
    transition: all 0.5s ease;
  }
  
  .footer-col .social-links a:hover{
    color: #acf096;
    background-color: #000;
  }

 .minh1{
  font-weight: 100;
  margin-left: 37%;
  color:#351a03
 }

 .mini{
  background: linear-gradient(to right, #f8f1e7, #f4ede3);
  height: auto;
 }
 
  
 .sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between the sets of sections */
}

  .container {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Reduced gap between the boxes */
    margin: 0 10px; /* Small margins on the left and right of the container */
}

.order-box {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
}

.order-box:first-child {
    margin-left: 10px; /* Small margin on the left of the first box */
}

.order-box:last-child {
    margin-right: 10px; /* Small margin on the right of the second box */
}

.order-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Space between items */
}

.order-item:last-child {
    margin-bottom: 0; /* No space after the last item */
}

.order-item img {
    width: 100px;
    height: 15vh;
    margin-right: 20px;
    border-radius: 8px;
}

.order-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-details .item-name {
    font-size: 15px;
    font-weight: 200;
    color: #333;
}

.order-details .item-price {
    font-size: 1em;
    color: #232222;
}

.quantity-input {
    display: flex;
    align-items: center;
}

.quantity-input label {
    font-size: 1em;
    margin-right: 10px;
}

.quantity-input input {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
}

.quantity-input input:focus {
    outline: none;
    border-color: #f8c499;
    box-shadow: 0 0 5px rgba(104, 47, 1, 0.25);
}

.h1{
  text-align: center;
  font-family: cursive;
  font-size: 20px;
  color: #8b613c;
}

#Pay {
  background-color: #c0a694;
  color: rgb(7, 0, 0);
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  margin-top: 10px;
  margin-left: 45%;
  font-size: 18px;
}

#Pay:hover {
  background-color: #4b1e04;
  color: #fff;
}

table {
  width: 85%;
  margin: auto;
  border-collapse: collapse;
  border-radius: 100px;
}
th, td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
  color:#462704;
}
th {
  background-color:transparent;
}

.hr{
    border: none; 
    border-top: 1.5px solid rgb(76, 47, 10); 
    margin: 10px 0;
    width:100%;
}

h2{
  font-weight: 300;
  font-family: cursive;
  text-align: center;
  color: #683e0e;
  font-size: 22px;
}

.button-container {
  display: flex;
  justify-content: center; /* Centers the buttons horizontally */
  align-items: center;     /* Centers the buttons vertically (if needed) */
  gap: 10px;               /* Adjust gap between buttons */
}

.button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #c0a694;
  color: rgb(10, 1, 1);
  cursor: pointer;
  transition: background-color 1.3s;
}

.button:hover {
  background-color: #4b1e04;
  color: #fff;
}

a{
  color: #fff;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .container {
      flex-direction: column;
      align-items: center;
  }

  .order-box {
      margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .container {
      flex-direction: column;
      align-items: center;
  }

  .order-box {
      margin: 10px 0;
  }
}